mountoperation: fix the build
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Sep 2011 16:51:54 +0000 (12:51 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Sep 2011 16:51:54 +0000 (12:51 -0400)
2d3db3421fd8067dd9c59a0727da239936187cc5 has a typo which broke the
build on master.

gtk/gtkmountoperation.c

index c1ad3dac3d07d049d412d461a093695393202fc6..05e097a5a13d157ace883fe674cf10ef06ee971b 100644 (file)
@@ -1167,7 +1167,7 @@ on_button_press_event_for_process_tree_view (GtkWidget      *widget,
 
   ret = FALSE;
 
-  if (gtk_button_event_triggers_context_menu (event))
+  if (gdk_event_triggers_context_menu ((GdkEvent *) event))
     {
       ret = do_popup_menu_for_process_tree_view (widget, event, op);
     }